home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / networks / monitor1 / monitor.doc next >
Text File  |  1992-09-23  |  3KB  |  49 lines

  1. MONITOR.EXE Supervisor Utility to Monitor User Activity 
  2.               on NetWare v2.1x / v2.2x / v3.x
  3.             Public Domain written by Wolfgang Schreiber
  4.  
  5. Purpose:    Monitor.EXE can be used to see users' file and I/O 
  6.             activity. It displays the open files and indicates 
  7.             files opened for reading, writing, locked files and 
  8.             files in transactions.
  9.  
  10. Usage:      Call Monitor.EXE without parameters
  11.  
  12. Display:    The main display shows columns as follows
  13.               Con        Connection Number used on server
  14.               Act        The 1st character represents Read/Write activity
  15.                          The 2nd character represents service requests 
  16.                            '-' stands for 'not any activity until now'
  17.                            '0' stands for 'no current activity'
  18.                            '+' stands for 'activity'
  19.                            '+' (red) stands for 'high activity'
  20.                            '?' could not be accessed (on NW 386)
  21.               User       Shows the user name.
  22.                          If the name is preceded by '*' it is not a user but
  23.                          another object (e.g. print server, SQL, gateway, ...)
  24.               Phys.Address  is displayed on request (Press 'a')
  25.               OpenFiles  Shows the names of all open files. The color of the 
  26.                          file name indicates the open mode:
  27.                            (gray) : Open for reading
  28.                            (white): Open for writing
  29.                            (green): Opened in sharable mode
  30.                            (red)  : File is locked
  31.                            (blue) : File is flagged 'transactional'
  32.  
  33. Keys:        The status line shows possible function keys
  34.                 + / -        Change current file server
  35.                 Arrow keys   Scroll display
  36.                 PgUp/PgDn    Scroll display pagewise
  37.                 Tab/Sh-Tab   Scroll display pagewise
  38.                 home/end     Display first/last connections
  39.                 #            Pause sampling data
  40.                 A            Switch on/off station address display
  41.                 ESC          Exit program
  42.                                          
  43. Limitations: - Indicators for Service requests and Read/Write requests 
  44.                indicated in the 'Act' column are not supported under 
  45.                NetWare v3.x
  46.              - Only Supervisors, equivalents, or console operators 
  47.                will get detailed information.
  48.  
  49.